[v-cloak] {
  display: none;
}
.discount-block{
    margin: 0;border-radius: 6px;height: 28px;line-height: 22px;font-size: 12px;
}
.currency-unit{
    font-size: 20px;
}
.org-price{
    margin: 0 12px;font-size: 16px;text-decoration: line-through;color: #8B8B8B; 
}
.attr-color-block{

}
.attr-title{
    font-weight: bold;
    font-size: 18px;
    color: #303030;
    line-height: 22px;
    margin-bottom: 12px;
}
.attr-title .font-normal,.attr-title-block .font-normal{
    font-size: 14px;
    font-weight: 400;
}
.attr-color-list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.countdown-block.festival-countdown .countdown-block-left .default-current-price::after{
    content:" / m²";
    font-size: 1em;
    /* font-size: 0.8em; */
    margin-left: 4px;
}
.countdown-block.festival-countdown .countdown-block-left .map-price::after{
    content:" / m²";
    font-size: 1em;
    margin-left: 4px;
}
.attr-color-block .attr-item{
    width: 17.5%;
    margin: 0;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #D5D5D5;
    cursor: pointer;
}
.attr-color-block .attr-item.load-img{
    padding-bottom: 15%;
    background-color: #d5d5d5;
}
.attr-color-block .attr-item.active{
    border: 2px solid var(--primary-color);
    position: relative;
}
.attr-color-block .attr-item.active:after {
    display: block;
    width: 18px;
    height: 16px;
    background: url(/assets/images/madian/ico-attr-select.svg) no-repeat center;
    background-size: 100% auto;
    content: "";
    position: absolute;
    right: -1px;
    bottom: -2px
}
.attr-color-block .attr-item:not(.active):hover{
    border-color: #303030;
}
.mobile-fixed-price{
  font-size: 18px;
}
/*.attr-color-block .attr-item.active:hover{*/
/*    border-color: #303030;*/
/*}*/
.attr-color-block .attr-item img{
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.cropper-face{
  box-shadow: 0px 6px 12px 1px rgba(0, 0, 0, 0.8);
}
/*#cartPopover.dflex,#cartPopoverMobile.dflex{*/
/*    display: flex;*/
/*}*/
.loading-mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
    display: flex;
    align-items: center;
}
.loading-crop-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    padding-left: 50px;
}
.wallpaper-customizer-modal {
    position: fixed;
    top: 146px;
    left: 0;
    width: 100vw;
    /* width: 100%; */
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  .wallpaper-customizer{
    width:100%;
    max-width: 100%;
    height: auto;
    margin: 30px auto 0;
  }
  .wallpaper .wallpaper-customizer>.cropper-container {
    width: 100%;
    height: 100%;
    /* max-height: 700px;
    max-width: 60vw; */
  }
  .wa-modal-content {
    width: 100% ;
    height: 100% ;
    background: #f4f4f4;
    padding: 30px;
    
  }
  .wa-modal-body{
    display: flex;
    justify-content: space-between;
  }
  .wa-product-left-block{
    width: 69%;
    margin: 0;
      position: relative;

  }
  .wa-product-info{
    display: flex;
    align-items: center;
  }
  .btn-guides{
    width: 45px;
    height: 45px;
    outline: none;
    border-radius: 50%;
    border: none;
    background: url("/assets/images/madian/product/icon-guides.svg") no-repeat center #E3E3E3;
    margin: 0 2% 0 0;
    padding: 0 18px;
    border: 1px solid #E3E3E3;
  }
  .btn-guides:hover{
    background-color: #d5d5d5;
    border: 1px solid #d5d5d5;
  }
  .btn-guides.active{
    /* background-color: #D5D5D5; */
    border: 1px solid var(--primary-color);
    background: url("/assets/images/madian/product/icon-guides-active.svg") no-repeat center #D5D5D5;
  }
  .wa-product-right-block{
    background-color: #fff;
    width: 27%;
    height: calc(100vh - 180px);
    margin: 0 0 0 4%;
    overflow: auto;
    min-width: 300px;
    position: relative;
    border-radius: 6px;
  }
  .modal-header button {
    float: right;
    cursor: pointer;
  }
  .product-right-block{

  }
  .cropper-wrap-box{
    display: block;
  }
  .product-addCart.menu-fixed{
    top:-100px
  }


  /* .cropper-container {
    border: 1px solid var(--vp-c-divider);
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 1.25rem 1.5rem;
  

  }
  .cropper-container:deep(cropper-canvas) {
    height: 360px;
  } */





   .cropper-crop-box{
    margin: 0;
   }
   .cropper-view-box{
    outline: 1px solid var(--primary-color);
    outline-color: rgba(56, 120, 33, .75);
   }
   .cropper-line,.cropper-point{
    background-color: var(--primary-color);
   }
   /* .cropper-drag-box{
    background-color: transparent;
   }
   .cropper-bg{
    background-image:none
   } */
   .wa-product-right-block>div{
        padding: 0 20px;
   }
    .model-title{
        font-weight: bold;
        font-size: 20px;
        padding: 24px 0; 
    }
   .measurement-container {
    padding: 24px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-radius: 4px;
    background-color: #fff;
  }
  
  .unit-switcher {
    display: flex;
    justify-content: flex-end;
    border: 1px solid #D5D5D5;
    border-radius: 16px;
    margin: 0;
    padding: 1px;
  }
  
  .unit-switcher button {
    font-size: 13px;
    padding: 6px 18px;
    margin: 0;
    outline: none;
    border: none;
    background: transparent;
    border-radius: 14px;
    cursor: pointer;
    color: #303030;
  }
  .unit-switcher button:hover {
    background: #EFEFEF;
  }
  .unit-switcher button.active {
    background-color: #303030;
    color: #fff;
    font-weight: 600;
    padding: 3px 18px;
  }
  .margin-note{
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .description {
    margin-top: 10px;
    font-size: 14px;
    color: #8b8b8b;
  }
  .additional-note {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 1.5;
    margin-top: 6px;
  }
  
  .margin-note .el-icon-info {
    display: block;
    height: 12px;
    width: 12px;
    cursor: pointer;
    background-image: url(/assets/images/arrow_down.svg);
    transform: rotate(180deg);
    margin: 0 0 2px 5px;
  }
   .margin-note .el-icon-info.active{
    transform: rotate(0deg);
   }
  .input-container {
    display: flex;
    gap: 10px;
    padding: 0;
    border-radius: 4px;
    background-color: #fff;
    flex-flow: wrap;
  }
  
  .input-group {
    display: flex;
    flex-direction: column;
    border: 1px solid #D5D5D5;
    border-radius: 6px 6px 6px 6px;
    padding: 12px;
    margin: 0;
    width: 48%;
    min-width: 200px;
    flex-grow: 1;
  }
  
  .input-group label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #303030;
    margin: 0 0 12px 0;
  }
  
  .input-group input {
    padding: 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: 27px;
    width: 100%;
  }
  
  .input-group:hover {
    border-color: #303030;
  }
  .input-group.error{
    border-color: #FF0000;
   }
   .input-group.error input{
    color:#FF0000 ;
   }
  .attr-title-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
  }
  .attr-title-block label{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
  .attr-title-block .bold{
    font-weight: 700;
  }
  .measure-tip{
    font-size: 16px;
    margin: 24px 0;
    line-height: 1.5;
  }
  .error{
    color:#FF0000 ;
  }
  .cropper-modal {
     background-color: #fff;
    /*background-color: #000;*/
    opacity: .7;
  }



/* 平铺 */
/* .pattern .cropper-canvas {
  background-image: url('https://cdn.wellpapers.com/wp-content/uploads/2022/03/n175.w.jpg');
  background-repeat: repeat; 
  background-size: 150px 150px;
} */
/* .pattern .cropper-crop-box {
    background-image: url('https://cdn.wellpapers.com/wp-content/uploads/2022/03/n175.w.jpg');
    background-repeat: repeat; 
    background-size: 150px 150px;
  } */
/* .cropper-container,.cropper-crop-box  {
    background-image: url('https://cdn.wellpapers.com/wp-content/uploads/2022/03/n175.w.jpg');
    background-repeat: repeat; 
    background-size: 100% 100%;
  } */
.pattern .cropper-canvas img,.pattern .cropper-view-box img{
    opacity: 0;
}
 /* .cropper-crop-box img{
    opacity: 0;
 } */
 :root {
    --swiper-theme-color: #387821;
    --primary-color: #387821;
    --theme-color: #387821;
}

.density-slider-container {
  margin-bottom: 20px;
  margin-top: 24px;
}

.slider-container {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 0 7px;
    width: 100%;
}

#density-slider {
    width: 100%;
    height: 4px;
    background: #ddd;
    border-radius: 2px;
    outline: none;
    -webkit-appearance: none;
}

#density-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border:4px solid var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
}

.density-slider-container p {
    font-size: 14px;
    margin-top: 18px;
    line-height: 1.5;
    color: #8B8B8B;
}

.slider-input-container{
    display: flex;
    align-items: center;
}

.density-input-container label {
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}

#density-input {
    width: 63px;
    padding: 7px;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
}
#density-input:hover,#density-input:focus{
    border: 1px solid #303030;
}
.slider-rang{
    position: absolute;
    background-color: var(--primary-color);
    width: calc(50% - 8px);
    height: 4px;
    border-radius: 2px;
}
.cropper-dashed{
  border: 1px solid #000;
}
.color-selector-container {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.color-option{
  margin: 0;
}

.color-option img {
  width: 50px;
  height: 50px;
  border: 1px solid #D5D5D5;
  padding: 4px;
  cursor: pointer;
  border-radius: 50%;
}
.color-option:hover img {
  border: 1px solid #303030;
}

.color-option img.selected {
  padding: 3px;
  border: 2px solid var(--primary-color);
}
.icon-container {
  display: flex;
  gap: 4px;
  margin-top: 12px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-item img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  border-radius: 50%;
}

.icon-item span {
  font-size: 12px;
  color: #8B8B8B;
  margin-top: 6px;
  text-align: center;
}
.product-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.product-option {
  width: 100%;
  border: 1px solid #D5D5D5;
  padding: 18px 12px;
  border-radius: 6px;
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.product-option:hover{
  border: 1px solid #303030;
}

.option-title {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.5;
}

.option-description {
  font-size: 12px;
  color: #303030;
  margin-bottom: 6px;
}

.option-features {
  list-style-type: none;
  padding: 0 0 0 14px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: left;
  justify-content: flex-start;
}

.option-features li {
  font-size: 12px;
  margin-bottom: 5px;
  list-style: disc;
  margin: 0 0 0 0;
}

.option-characteristics {
  margin: 6px 0 0 0;
  color: #8B8B8B;
  font-size: 12px;
}

.option-characteristics span {
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}

.icon-lavable, .icon-resistance {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.icon-lavable {
  background: url('path/to/lavable-icon.svg') no-repeat center center;
  background-size: contain;
}

.icon-resistance {
  background: url('path/to/resistance-icon.svg') no-repeat center center;
  background-size: contain;
}
.option-desc-wrap{
  width: 60%;
}
.option-value{
  width: 40%;
}

.option-price {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.product-option.active {
  border: 2px solid var(--primary-color);
}

.product-option.active:after {
  display: block;
  width: 18px;
  height: 16px;
  background: url(/assets/images/madian/ico-attr-select.svg) no-repeat center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  right: -2px;
  bottom: -1px;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
  flex-wrap: wrap;
}
.contact-group{
  display: flex;
  justify-content: center;
  margin: 0;
  gap: 12px;
}

.contact-text {
  font-size: 12px;
  font-weight: bold;
  margin-right: 0;
}

.contact-button {
  display: flex;
  align-items: center;
  padding: 12px 4px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  cursor: pointer;
  font-size: 12px;
  text-decoration: underline !important;
  background-color: #fff;
  margin: 0;
  min-width: 120px;
  justify-content: center;
}
.contact-button:hover{
  text-decoration: underline !important;
}

.contact-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: contain;
  margin-left: 0;
}

.contact-icon.whatsapp-icon {
  background-image: url('/assets/images/madian/product/icon_whatsapp.svg');
}

.contact-icon.telephone-icon {
  background-image: url('/assets/images/madian/product/icon_telephone.svg');
}
.info-blocks {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 24px 0 86px;
}

.info-block {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 6px 0;
  align-items: center;
}

.info-blocks .info-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  margin: 0;
  background-repeat: no-repeat;
}

.info-text {
  font-size: 12px;
  margin: 0;
  text-align: left;
  padding: 3px;
  line-height: 18px;
}

.info-icon.payment-confirmed {
  background-image: url('/assets/images/madian/product/payment-confirmed-icon.svg');
}

.info-icon.free-shipping {
  background-image: url('/assets/images/madian/product/free-shipping-icon.svg');
}

.info-icon.secure-payment {
  background-image: url('/assets/images/madian/product/secure-payment-icon.svg');
}

.info-icon.return-policy {
  background-image: url('/assets/images/madian/product/return-policy-icon.svg');
}
.total-info{
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  padding: 24px 0;
}
.total-price-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.total-title {
  font-weight: bold;
  font-size: 18px;
}

.total-description {
  font-size: 12px;
  line-height: 18px;
  flex-shrink: 1;
  color: #303030;
}

.total-price {
  font-weight: bold;
  font-size: 26px;
  flex-grow: 1;
  flex-shrink: 0;
  margin-left: 12px;
  text-align: right;
}
.custom-guide {
  pointer-events: none;
  /* display: none; */
}


.custom-column-guide {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  background-color: #3030308c;
}
.buttons-container {
  display: flex;
  flex-direction: column;
  gap: 24px; 
  margin-top: 30px;
}

button {
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
}

.add-to-cart-button {
  background-color: #28741F;
  color: #FFFFFF;
  border-radius: 4px;
  width: 100%; 
}

.add-to-cart-button:hover {
  background-color: #1E5D1A;
}

.personnaliser-button {
  background-color: #303030;
  color: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  font-size: 18px;
  padding: 19px;
}
.btn-row i{
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 6px 0 0;
}
.icon-document{
  background-image: url('/assets/images/madian/product/icon-document.svg');
}
.icon-s-goods{
  background-image: url('/assets/images/madian/product/icon-s-goods.svg');
}

.btn-row{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin: 0;
}
.btn-row button{
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  margin: 0;
  width: calc(50% - 12px);
  justify-content: center;
}
.btn-row button:hover{
  color: #28741F;
  border: 1px solid #28741F;
}
.btn-row button:hover .icon-document{
  background-image: url('/assets/images/madian/product/icon-document_hover.svg');
}
.btn-row button:hover .icon-s-goods{
  background-image: url('/assets/images/madian/product/icon-s-goods_hover.svg');
}
.wa-btn-add-cart{
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
  color: #FFFFFF;
  border-radius: 0 0 6px 6px;
  margin: 0;
  font-size: 18px;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 22px;
  justify-content: center;
  font-weight: 700;
  font-family: Nunito Sans, Nunito Sans;
  line-height: 1.5;
}
@media (min-width: 992px){
  .wallpaper-customizer-modal .wa-btn-add-cart{
    position: fixed;
    bottom: 0;
    right: 44px;
    z-index: 1100;
    width: calc(27% - 30px);
    max-width: 90%;
    margin-left: 0;
    border-radius: 0 0 6px 6px;
    min-width: 300px;
    box-shadow: 0px -2px 4px 1px rgba(0,0,0,0.12);
  }
  .share-block-pc {
    top: 42px;
  }
}
@media (max-width: 991px){
  .wallpaper-customizer-modal .wa-btn-add-cart{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1100;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    border-radius: 0;
    min-width: unset;
    box-shadow: 0px -2px 4px 1px rgba(0, 0, 0, 0.12);
  }
  .info-blocks{
    margin: 24px 0 62px;
  }
}
.wa-btn-add-cart:hover{
   background-color: #134800;
}
.wa-btn-add-cart.disabled,
.wa-btn-add-cart:disabled{
   background-color: #cccccc;
   color: #666666;
   cursor: not-allowed;
   pointer-events: none;
}
.wa-btn-add-cart.disabled:hover,
.wa-btn-add-cart:disabled:hover{
   background-color: #cccccc;
}
.cropper-point.point-n{
    cursor: inherit;
    left: 0;
    margin-left: 0;
    top: -46px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    height: 24px;
    text-align: center;
    color: #303030;
    border-bottom: 1px solid #303030;
    background-color: transparent;
    pointer-events: none;
}
.cropper-point.point-n::after,.cropper-point.point-n::before{
  position: absolute;
  display: block;
  content: '';
  height: 100%;
  width: 0;
  border-left: 1px solid #303030;
  top: 12px;
}
.cropper-point.point-n::after{
  right: 0;
}
.cropper-point.point-e{
    margin-top: 0;
    right: -48px;
    top: 50%;
    cursor: inherit;
    margin-left: 0;
    top: 0;
    width: 24px;
    font-size: 18px;
    line-height: 18px;
    height: 100%;
    font-weight: bold;
    text-align: center;
    color: #303030;
    border-left: 1px solid #303030;
    background-color: transparent;
    writing-mode: vertical-rl; 
    writing-mode: sideways-rl; 
    text-orientation: mixed; 
    pointer-events: none;
}
.cropper-point.point-e::after,.cropper-point.point-e::before{
  position: absolute;
  display: block;
  content: '';
  height: 0;
  width: 100%;
  border-top: 1px solid #303030;
  left: -12px;
}
.cropper-point.point-e::after{
  bottom: 0;
}
.cropper-point{
  display: none;
}
.cropper-point.point-e,.cropper-point.point-n{
  display: block !important;
}
.wa-close-btn{
  display: block;
  position: absolute;
  top: 14px;
  right: 18px;
  background-image: url(/assets/images/madian/product/close-icon.svg);
  background-repeat: no-repeat;
  border: 1px solid #D5D5D5;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 32px !important;
  height: 32px;
  background-position: center;
  padding: 0;
  background-size: 25px 25px;
  z-index: 1;
}
.wa-close-btn:hover{
  background-color: #D5D5D5;
}
.wa-close-btn.btn-mobile{
  display: none;
}
.productInfo:before{
  display: none;
}
.productInfo-item{
  width: 100%;
}

img[data-loaded='false']{
    display: none;
}

body,html{overflow-y: inherit;}
.product-img-block{margin: 0;}
[v-cloak] {
    display: none;
}
.attr-color-block {
    position: relative;
    min-height: 200px;
}
.attr-color-block.c-loading {
    pointer-events: none;
}
.color-block-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
}
.loading-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}
.loading-text {
    color: #666;
    font-size: 14px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.gallery-thumbs .swiper-slide img{
  height: 100%;
  object-fit: cover;
}

/* .gallery-thumbs .swiper-slide {
  aspect-ratio: unset;
} */

/* /* .attr-color-block .attr-item{
  background-image: url('data:image/gif;base64,R0lGODdhAQABAPAAAMPDwwAAACwAAAAAAQABAAACAkQBADs=');
} */

/* img[data-loaded='true'] {
   display: none;
    transition: all 0.3s ease-in-out;
} */




/* .wallpaper .wallpaper-customizer>.cropper-container {
  width: auto !important;
  height: 650px !important;
  aspect-ratio: attr(width) / attr(height);
} */

/* .wallpaper .wallpaper-customizer>.cropper-container img {
  max-width: 100%;
  height: auto;
  display: block;
} */


@media screen and (max-width: 991px){
  .add-cart-btn{width: 130px;margin: 0;}
  .product-cartLeft{padding: 0;
    margin: 0 10px;
    width: calc(100% - 180px);}
  .product-add-img{margin: 0;}
  .swiper-container-box{
    margin-bottom: 0;
  }
  .input-group{
    min-width: auto;
  }
  .attr-title-block{
    margin-bottom: 18px;
  }
  .unit-switcher button{
    padding: 6px 15px;
  }
  .measurement-container{
    padding: 18px 0;
  }
  .wallpaper-customizer-modal{
    top: 82px;
    height: 100%;
    z-index: 100;
  }
  .wa-modal-body{
    flex-direction: column;
  }
  .wa-product-left-block{
    width: 100%;
    margin: 0;
    background: #f4f4f4;
    padding: 20px 10px 0 20px;
  }
  .wa-product-info{
    flex-direction: column-reverse;
    width: 100%;
  }
  .wallpaper-customizer{
    width: 100%;
  }
  .wa-modal-content{
    background: #fff;
    padding: 0;
    height: 100%;
    overflow: auto !important;
  }
  .btn-guides {
    width: 156px;
    height: 30px;
    outline: none;
    border-radius: 6px;
    border: none;
    background: url(/assets/images/madian/product/icon-guides.svg) no-repeat center #E6E6E6;
    margin: 12px 0;
  }
  .wa-product-right-block{
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 0;
    overflow: auto;
    min-width: 100%;
    padding: 0;

  }
  .wa-product-right-block>div{
    padding: 0 18px 80px;
  }
  .wa-btn-add-cart{
    border-radius: 0;
  }
  .wa-close-btn{
    border-color: transparent;
  }
  .wa-close-btn.btn-pc{
  display: none;
}
.wa-close-btn.btn-mobile{
  display: block;
}
  .wallpaper .wallpaper-customizer>.cropper-container{
      max-height: 100vw !important;
      max-width: 100vw !important;
  }
  .model-title{
    padding: 18px 0;
  }
  .cropper-point.point-e{
    right: -27px;
    width: 18px;
    font-size: 14px;
    line-height: 16px;
  }
  .cropper-point.point-n{
    top: -27px;
    font-size: 14px;
    line-height: 16px;
    height: 18px;
  }
  .cropper-point.point-e::after, .cropper-point.point-e::before{
    width: 6px;
    left: -4px;
  }
  .cropper-point.point-n::after, .cropper-point.point-n::before{
    height: 6px;
    top: 15px;
  }
  .icon-container{
    flex-wrap: wrap;
    margin-top: -3px;
  }
  .icon-item{
    flex-direction: row;
    margin: 0 10px 9px 0;
    align-items: center;
  }
  .icon-item img{
    width: 22px;
    height: 22px;
    margin-right: 6px;
  }
  .icon-item span{
     margin-top: 0;
  }
  .product-options{
    margin-top: 18px;
    cursor: pointer;
  }
  .color-selector-container{
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    margin-top: -6px;
  }
  .measure-tip{
    font-size: 16px;
    margin: 18px 0 12px 0;
  }
  .description{
    margin-top: 18px;
    font-size: 12px;
  }
  .total-description.description{
    margin-top: 0;
  }

  .margin-note{
    margin-top: 18px;
    font-size: 12px;
  }
  .additional-note{
    font-size: 12px;
    margin-top: 7px;
  }
}

    .product-tab-wrap{
        width: 100%;
        max-width: 1600px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        font-size: 16px;
        padding: 0;
    }
    .tab-wrap{
        width: 100%;
        margin: 0 auto 50px;
        border-radius: 0;
        background-color: #fcfcfc;
    }
    .tab-wrap .tab-hd{
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #D5D5D5;
    }
    .tab-wrap .tab-bd{
        min-height: 170px;
        width: 100%;
        margin: 0 auto;
        padding: 30px 40px;
    }
    .tab-wrap .tab-bd>li{display:none;}
    .tab-wrap .tab-bd li.thisclass{ display:list-item;}
    .tab-wrap .tab-hd li{
        text-align: center;
        position: relative;
        line-height: 24px;
        font-weight: bold;
        margin: 0 40px;
        cursor: pointer;
        padding: 20px 0;
    }
    .tab-wrap .tab-hd{
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #D5D5D5;
        display: flex;
    }
    .tab-wrap .tab-hd li.active,.tab-wrap .tab-hd li:hover{ color: var(--primary-color);}
    .tab-wrap .tab-hd li.active:after{position: absolute; content: '';width:100%;height: 0;border-bottom: 5px solid var(--primary-color);bottom: -1px;right: 0 }
    .trans-list{
        display: flex;
        margin-top: 8px;
        flex-wrap: wrap;
    }
    .trans-list li{
        border-top: 5px solid #D5D5D5;
        font-weight: bold;
        font-size: 14px;
        line-height: 21px;
        display: block;
        width: 30%;
        text-align: center;
        margin: 0 3% 16px 0;
        padding-top: 4px;
    }
     .trans-list li.active{
        border-color: var(--primary-color);
        position: relative;
    }
    .trans-list li.active:before{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border: 6px solid;
        top: -16px;
        left: 50%;
        transform: translateX(-6px);
        border-color:var(--primary-color) transparent transparent transparent;
    }
    .product-tab{
        display: none;
    }
    .measure-itemRight p{
        font-size: 14px;
    }
    .measure-step-second .decs-p,.measure-itemRight .dec{
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        color: #8B8B8B;
    }
    .entretien-list li{
        list-style: disc;
    }

    .desc-mobile-box{display:none}
    .swiper-container.gallery-thumbs .swiper-slide{
      height: auto;
    }
    .pip-product-summary{
        padding: 0 20px;
    }
    .pip-product-summary-wrap, .product-tab-wrap {
        width: calc(96% - 176px);
        margin: 24px 60px 0 auto;
        font-size: 16px;
        line-height: 1.5;
        color: #303030;
    }
    .productInfo-item{
      flex-wrap: nowrap;
    }
    .productInfo-itemL {
        min-width: 30%;
        margin: 0 10px 0 0;
    }
    .product-price-top{
      flex-wrap: wrap;
    }
    .personnaliser-button:hover{background-color: #000;}
    @media screen and (min-width:992px) and (max-width:1360px){
        .pip-product-summary-wrap, .product-tab-wrap{width: calc(96% - 60px);}
    }

    @media screen and (max-width: 991px){
       .desc-mobile-box{display:block}
       .product-left .pip-product-summary-wrap,.product-left .product-tab{display:none}
       .product-tab .tab-itemTitle{
            padding-top: 16px;
        }
        .product-tab .tab-itemContent{
            margin-top: 10px;
        }
        .product-tab .tab-item{
            padding-bottom: 16px;
        }
        .tab-item .tab-itemTitle:before{
            top: 20px;
        }
        .productInfo, .product-tab .tab-itemContent{
            margin-top: 10px;
        }
        .productInfo-item{
            margin: 0 0 12px 0;
        }
        .product-tab-wrap{
            display: none;
        }
        .product-tab{
            display: block;
            border-top: 1px solid #d5d5d5;
        }
        .description p{
            font-size: 14px !important;
        }
        .trans-list li{
            border-top: 5px solid #D5D5D5;
            font-weight: bold;
            font-size: 12px;
            line-height: 18px;
            display: block;
            width: 121px;
            text-align: center;
            margin: 0 4px 14px 0;
            padding-top: 3px;
            width: calc(33% - 4px);
        }
        .entretien-icon-list span{
            margin: 0 10px 0 0;
            width: 35px;
            height: 28px;
        }
        .pip-product-summary{
          padding: 20px 0 0;
        }
        .desc-mobile-box .pip-product-summary-wrap{
            width: 100%;
            display: block;
            font-size: 14px !important;
            line-height: 21px;
            margin-top: 0;
            margin-bottom: 20px;
        }
        .pip-product-summary p{
            font-size: 14px !important;
        }
        .tab-itemContent .entretien-list{
            padding-left: 18px;
        }
        .entretien-icon-list{
            margin-bottom: 10px;
        }
        .product-sale-block{
            flex-direction: column;
        }
        .discount-block{
            margin: 0;
            border-radius: 3px;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            padding: 0 6px;
        }
        .org-price{
            margin: 0 6px;
        }
        .product-price-top .product-price{
           margin: 0 6px 0 0;
        }
        .loading-crop-mask{
          padding-left: 0;
          top: 0;
          left: 0;
        }
    }